home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Haight-Ashbury in the Sixties
/
Haight-Ashbury in the Sixties (1996)(Rockument)(Disc 1 of 2)[Mac-PC].iso
/
mac
/
MAIN
/
TUNEIN
/
TURNON
/
SHARED.DIR
/
00545_Script_545
< prev
next >
Wrap
Text File
|
1995-05-31
|
618b
|
18 lines
on TimeLineInAWindow
global TimeLineWindow
if objectP(TimeLineWindow) then
forget TimeLineWindow
end if
set horzOrigin to the stageleft + 24
set vertOrigin to the stageTop + 60
set myWindowRect to rect(horzOrigin,vertOrigin, horzOrigin + 416, vertOrigin + 85)
set TimeLineWindow to window "Turn On Timeline"
set the rect of TimeLineWindow to myWindowRect
set the filename of TimeLineWindow to "@\TIME\TIMELINE.DIR"
set the titleVisible of TimeLineWindow to true
set the modal of TimeLineWindow to false
set the windowtype of TimeLineWindow to 16
open TimeLineWindow
end